[INFO] cloning repository https://github.com/agustin030902/Hulk-Compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/agustin030902/Hulk-Compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagustin030902%2FHulk-Compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagustin030902%2FHulk-Compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df7bd2eebcf2bcae17caaf3a4e86b867625f94f5
[INFO] checking agustin030902/Hulk-Compiler against master#40557f6225e337d68c8d4f086557ce54135f5dd9 for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fagustin030902%2FHulk-Compiler" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/agustin030902/Hulk-Compiler
[INFO] finished tweaking git repo https://github.com/agustin030902/Hulk-Compiler
[INFO] tweaked toml for git repo https://github.com/agustin030902/Hulk-Compiler written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/agustin030902/Hulk-Compiler on toolchain 40557f6225e337d68c8d4f086557ce54135f5dd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/agustin030902/Hulk-Compiler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logos-derive v0.14.4
[INFO] [stderr]   Downloaded logos-codegen v0.14.4
[INFO] [stderr]   Downloaded logos v0.14.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50
[INFO] running `Command { std: "docker" "start" "cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50" "/opt/rustwide/cargo-home/bin/cargo" "+40557f6225e337d68c8d4f086557ce54135f5dd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling wayland-sys v0.31.10
[INFO] [stderr]    Compiling wayland-backend v0.3.14
[INFO] [stderr]    Compiling quick-xml v0.39.2
[INFO] [stderr]    Compiling wayland-client v0.31.13
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking accesskit_consumer v0.31.0
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling wayland-scanner v0.31.9
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]    Compiling term v1.2.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling lalrpop-util v0.22.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling logos-codegen v0.14.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking wayland-protocols v0.32.11
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking wayland-cursor v0.31.13
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling logos-derive v0.14.4
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking logos v0.14.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking zvariant_utils v3.3.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webbrowser v1.2.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.11
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.11
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.11
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]     Checking zbus_xml v5.1.0
[INFO] [stderr]    Compiling Hulk-Compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking atspi-common v0.9.0
[INFO] [stderr]     Checking atspi-proxies v0.9.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.14.2
[INFO] [stderr]     Checking atspi-connection v0.9.0
[INFO] [stderr]     Checking atspi v0.25.0
[INFO] [stderr]     Checking accesskit_unix v0.17.2
[INFO] [stderr]     Checking accesskit_winit v0.29.2
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stdout] warning: unused import: `TypeAnnotation`
[INFO] [stdout]  --> src/semantic/pipeline/symbol_collector.rs:2:60
[INFO] [stdout]   |
[INFO] [stdout] 2 |     FunctionDecl, FunctionParam, InterfaceDecl, Statement, TypeAnnotation, TypeDecl,
[INFO] [stdout]   |                                                            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer::Lexer`
[INFO] [stdout]  --> src/parser/tests/is_as_expr.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::lexer::Lexer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TypeAnnotation`
[INFO] [stdout]  --> src/semantic/pipeline/symbol_collector.rs:2:60
[INFO] [stdout]   |
[INFO] [stdout] 2 |     FunctionDecl, FunctionParam, InterfaceDecl, Statement, TypeAnnotation, TypeDecl,
[INFO] [stdout]   |                                                            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ErrorCategory`
[INFO] [stdout]  --> src/semantic/tests/enumerable.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{error::ErrorCategory, lexer::Lexer, parser::Parser, semantic::SemanticAnalyzer};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ErrorCategory`
[INFO] [stdout]  --> src/semantic/tests/for_expr.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{error::ErrorCategory, lexer::Lexer, parser::Parser, semantic::SemanticAnalyzer};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TypeAnnotation`
[INFO] [stdout]  --> src/bin/../semantic/pipeline/symbol_collector.rs:2:60
[INFO] [stdout]   |
[INFO] [stdout] 2 |     FunctionDecl, FunctionParam, InterfaceDecl, Statement, TypeAnnotation, TypeDecl,
[INFO] [stdout]   |                                                            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::lexer::Lexer`
[INFO] [stdout]  --> src/bin/../parser/tests/is_as_expr.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::lexer::Lexer;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TypeAnnotation`
[INFO] [stdout]  --> src/bin/../semantic/pipeline/symbol_collector.rs:2:60
[INFO] [stdout]   |
[INFO] [stdout] 2 |     FunctionDecl, FunctionParam, InterfaceDecl, Statement, TypeAnnotation, TypeDecl,
[INFO] [stdout]   |                                                            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ErrorCategory`
[INFO] [stdout]  --> src/bin/../semantic/tests/enumerable.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{error::ErrorCategory, lexer::Lexer, parser::Parser, semantic::SemanticAnalyzer};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `error::ErrorCategory`
[INFO] [stdout]  --> src/bin/../semantic/tests/for_expr.rs:1:13
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{error::ErrorCategory, lexer::Lexer, parser::Parser, semantic::SemanticAnalyzer};
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/bin/gui.rs:289:39
[INFO] [stdout]     |
[INFO] [stdout] 289 |             .stroke(egui::Stroke::new(1.0, Color32::from_rgb(64, 64, 64)))
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tokens`, `ast`, `output_path`, and `output_kind` are never read
[INFO] [stdout]   --> src/compiler/mod.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CompileReport {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 38 |     pub tokens: Vec<Token>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 39 |     pub ast: Option<Program>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 40 |     pub llvm_ir: Option<String>,
[INFO] [stdout] 41 |     pub output_path: Option<PathBuf>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 42 |     pub output_kind: Option<OutputKind>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompileReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_errors` is never used
[INFO] [stdout]    --> src/lexer/mod.rs:354:12
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl Lexer {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn has_errors(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value`, `line`, and `column` are never read
[INFO] [stdout]   --> src/lexer/token.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct Token {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 67 |     pub kind: TokenKind,
[INFO] [stdout] 68 |     pub value: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 69 |     pub line: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 70 |     pub column: usize,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]   --> src/lexer/token.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl Token {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 76 |     pub fn kind(&self) -> &TokenKind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_errors` is never used
[INFO] [stdout]   --> src/parser/mod.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<'input> Parser<'input> {
[INFO] [stdout]    | --------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn has_errors(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct TypeDecl {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct TypeAttribute {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeAttribute` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct InterfaceDecl {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct InterfaceMethodDecl {
[INFO] [stdout]    |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceMethodDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Let {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 123 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Assign {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 129 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     Expr {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 136 |         value: Expr,
[INFO] [stdout] 137 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Print` is never constructed
[INFO] [stdout]    --> src/parser/expression.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub enum Statement {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 131 |     Print {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     Member {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 229 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AssignTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]    --> src/parser/expression.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl AssignTarget {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 234 |     pub fn span(&self) -> Span {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id_span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct ForExpr {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 310 |     pub id: String,
[INFO] [stdout] 311 |     pub id_span: Span,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ForExpr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:346:9
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub struct ElifBranch {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 346 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ElifBranch` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `current_param_real_types` is never used
[INFO] [stdout]   --> src/semantic/analyzer.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl SemanticAnalyzer {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn current_param_real_types(&self) -> Option<&HashMap<String, TypeId>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_function` is never used
[INFO] [stdout]   --> src/semantic/helper/function.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl FunctionSymbol {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub const fn is_function(&self) -> bool {
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_function` is never used
[INFO] [stdout]   --> src/semantic/helper/types_namespace/type_info.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl FunctionTypeInfo {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub const fn is_function(&self) -> bool {
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_method` and `is_function` are never used
[INFO] [stdout]    --> src/semantic/helper/types_namespace/type_table.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl TypeTable {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub fn is_method(&self, id: TypeId) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub fn is_function(&self, id: TypeId) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `display_name` and `annotation_names` are never used
[INFO] [stdout]   --> src/semantic/helper/types_namespace/types.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl SemanticType {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 16 |     pub(in crate::semantic) fn display_name(self) -> &'static str {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub(in crate::semantic) const fn annotation_names() -> &'static str {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/semantic/pipeline/type_checker/mod.rs:389:19
[INFO] [stdout]     |
[INFO] [stdout]  40 | impl<'a> TypeChecker<'a> {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 389 |     pub(super) fn validate_interface_method_call(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/semantic/pipeline/type_checker/interface_checker.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout]  18 | impl InterfaceChecker {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub(in crate::semantic) fn validate_interface_method_call(
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `output_path` is never read
[INFO] [stdout]   --> src/bin/../compiler/mod.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CompileReport {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub output_path: Option<PathBuf>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompileReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `exit_code` is never used
[INFO] [stdout]   --> src/bin/../error/mod.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl CompilerError {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn exit_code(&self) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_errors` is never used
[INFO] [stdout]    --> src/bin/../lexer/mod.rs:354:12
[INFO] [stdout]     |
[INFO] [stdout] 235 | impl Lexer {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 354 |     pub fn has_errors(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]   --> src/bin/../lexer/token.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl Token {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 76 |     pub fn kind(&self) -> &TokenKind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_errors` is never used
[INFO] [stdout]   --> src/bin/../parser/mod.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl<'input> Parser<'input> {
[INFO] [stdout]    | --------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn has_errors(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct TypeDecl {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct TypeAttribute {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeAttribute` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct InterfaceDecl {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct InterfaceMethodDecl {
[INFO] [stdout]    |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceMethodDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Print` is never constructed
[INFO] [stdout]    --> src/bin/../parser/expression.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub enum Statement {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 131 |     Print {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/bin/../parser/expression.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     Member {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 229 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AssignTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]    --> src/bin/../parser/expression.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl AssignTarget {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 234 |     pub fn span(&self) -> Span {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id_span` is never read
[INFO] [stdout]    --> src/bin/../parser/expression.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct ForExpr {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 310 |     pub id: String,
[INFO] [stdout] 311 |     pub id_span: Span,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ForExpr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `current_param_real_types` is never used
[INFO] [stdout]   --> src/bin/../semantic/analyzer.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl SemanticAnalyzer {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn current_param_real_types(&self) -> Option<&HashMap<String, TypeId>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_function` is never used
[INFO] [stdout]   --> src/bin/../semantic/helper/function.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | impl FunctionSymbol {
[INFO] [stdout]    | ------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub const fn is_function(&self) -> bool {
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_function` is never used
[INFO] [stdout]   --> src/bin/../semantic/helper/types_namespace/type_info.rs:54:18
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl FunctionTypeInfo {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub const fn is_function(&self) -> bool {
[INFO] [stdout]    |                  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_method` and `is_function` are never used
[INFO] [stdout]    --> src/bin/../semantic/helper/types_namespace/type_table.rs:147:12
[INFO] [stdout]     |
[INFO] [stdout]  19 | impl TypeTable {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 147 |     pub fn is_method(&self, id: TypeId) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     pub fn is_function(&self, id: TypeId) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `display_name` and `annotation_names` are never used
[INFO] [stdout]   --> src/bin/../semantic/helper/types_namespace/types.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl SemanticType {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 16 |     pub(in crate::semantic) fn display_name(self) -> &'static str {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub(in crate::semantic) const fn annotation_names() -> &'static str {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/bin/../semantic/pipeline/type_checker/mod.rs:389:19
[INFO] [stdout]     |
[INFO] [stdout]  40 | impl<'a> TypeChecker<'a> {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 389 |     pub(super) fn validate_interface_method_call(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/bin/../semantic/pipeline/type_checker/interface_checker.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout]  18 | impl InterfaceChecker {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub(in crate::semantic) fn validate_interface_method_call(
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/bin/gui.rs:289:39
[INFO] [stdout]     |
[INFO] [stdout] 289 |             .stroke(egui::Stroke::new(1.0, Color32::from_rgb(64, 64, 64)))
[INFO] [stdout]     |                                       ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tokens`, `ast`, and `output_path` are never read
[INFO] [stdout]   --> src/compiler/mod.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CompileReport {
[INFO] [stdout]    |            ------------- fields in this struct
[INFO] [stdout] 38 |     pub tokens: Vec<Token>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 39 |     pub ast: Option<Program>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 40 |     pub llvm_ir: Option<String>,
[INFO] [stdout] 41 |     pub output_path: Option<PathBuf>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompileReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `value`, `line`, and `column` are never read
[INFO] [stdout]   --> src/lexer/token.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub struct Token {
[INFO] [stdout]    |            ----- fields in this struct
[INFO] [stdout] 67 |     pub kind: TokenKind,
[INFO] [stdout] 68 |     pub value: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 69 |     pub line: usize,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 70 |     pub column: usize,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Token` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]   --> src/lexer/token.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl Token {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 76 |     pub fn kind(&self) -> &TokenKind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct TypeDecl {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct TypeAttribute {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeAttribute` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct InterfaceDecl {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/parser/expression.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct InterfaceMethodDecl {
[INFO] [stdout]    |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceMethodDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Let {
[INFO] [stdout]     |     --- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 123 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:129:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Assign {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 129 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 135 |     Expr {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 136 |         value: Expr,
[INFO] [stdout] 137 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Print` is never constructed
[INFO] [stdout]    --> src/parser/expression.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub enum Statement {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 131 |     Print {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     Member {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 229 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AssignTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]    --> src/parser/expression.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl AssignTarget {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 234 |     pub fn span(&self) -> Span {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id_span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct ForExpr {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 310 |     pub id: String,
[INFO] [stdout] 311 |     pub id_span: Span,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ForExpr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/parser/expression.rs:346:9
[INFO] [stdout]     |
[INFO] [stdout] 343 | pub struct ElifBranch {
[INFO] [stdout]     |            ---------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 346 |     pub span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ElifBranch` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `current_param_real_types` is never used
[INFO] [stdout]   --> src/semantic/analyzer.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl SemanticAnalyzer {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn current_param_real_types(&self) -> Option<&HashMap<String, TypeId>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `display_name` and `annotation_names` are never used
[INFO] [stdout]   --> src/semantic/helper/types_namespace/types.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl SemanticType {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 16 |     pub(in crate::semantic) fn display_name(self) -> &'static str {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub(in crate::semantic) const fn annotation_names() -> &'static str {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/semantic/pipeline/type_checker/mod.rs:389:19
[INFO] [stdout]     |
[INFO] [stdout]  40 | impl<'a> TypeChecker<'a> {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 389 |     pub(super) fn validate_interface_method_call(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/semantic/pipeline/type_checker/interface_checker.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout]  18 | impl InterfaceChecker {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub(in crate::semantic) fn validate_interface_method_call(
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `output_path` is never read
[INFO] [stdout]   --> src/bin/../compiler/mod.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CompileReport {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     pub output_path: Option<PathBuf>,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompileReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `exit_code` is never used
[INFO] [stdout]   --> src/bin/../error/mod.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl CompilerError {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn exit_code(&self) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `kind` is never used
[INFO] [stdout]   --> src/bin/../lexer/token.rs:76:12
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl Token {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 76 |     pub fn kind(&self) -> &TokenKind {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub struct TypeDecl {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct TypeAttribute {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TypeAttribute` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct InterfaceDecl {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 74 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]   --> src/bin/../parser/expression.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub struct InterfaceMethodDecl {
[INFO] [stdout]    |            ------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub span: Span,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `InterfaceMethodDecl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Print` is never constructed
[INFO] [stdout]    --> src/bin/../parser/expression.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub enum Statement {
[INFO] [stdout]     |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 131 |     Print {
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Statement` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `span` is never read
[INFO] [stdout]    --> src/bin/../parser/expression.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     Member {
[INFO] [stdout]     |     ------ field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 229 |         span: Span,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AssignTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `span` is never used
[INFO] [stdout]    --> src/bin/../parser/expression.rs:234:12
[INFO] [stdout]     |
[INFO] [stdout] 233 | impl AssignTarget {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] 234 |     pub fn span(&self) -> Span {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id_span` is never read
[INFO] [stdout]    --> src/bin/../parser/expression.rs:311:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct ForExpr {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 310 |     pub id: String,
[INFO] [stdout] 311 |     pub id_span: Span,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ForExpr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `current_param_real_types` is never used
[INFO] [stdout]   --> src/bin/../semantic/analyzer.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl SemanticAnalyzer {
[INFO] [stdout]    | --------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn current_param_real_types(&self) -> Option<&HashMap<String, TypeId>> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `display_name` and `annotation_names` are never used
[INFO] [stdout]   --> src/bin/../semantic/helper/types_namespace/types.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl SemanticType {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 16 |     pub(in crate::semantic) fn display_name(self) -> &'static str {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 71 |     pub(in crate::semantic) const fn annotation_names() -> &'static str {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/bin/../semantic/pipeline/type_checker/mod.rs:389:19
[INFO] [stdout]     |
[INFO] [stdout]  40 | impl<'a> TypeChecker<'a> {
[INFO] [stdout]     | ------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 389 |     pub(super) fn validate_interface_method_call(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `validate_interface_method_call` is never used
[INFO] [stdout]    --> src/bin/../semantic/pipeline/type_checker/interface_checker.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout]  18 | impl InterfaceChecker {
[INFO] [stdout]     | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub(in crate::semantic) fn validate_interface_method_call(
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50", kill_on_drop: false }`
[INFO] [stdout] cbd37fb3beaf29ea6c8be3688f35a2d863528528f62ff2d8d610d8d23eaf8f50
